Uses of Package
edu.uci.ics.jung.graph
-
Packages that use edu.uci.ics.jung.graph Package Description edu.uci.ics.jung.algorithms.cluster edu.uci.ics.jung.algorithms.scoring edu.uci.ics.jung.graph -
Classes in edu.uci.ics.jung.graph used by edu.uci.ics.jung.algorithms.cluster Class Description Graph A graph consisting of a set of vertices of typeVset and a set of edges of typeE. -
Classes in edu.uci.ics.jung.graph used by edu.uci.ics.jung.algorithms.scoring Class Description Graph A graph consisting of a set of vertices of typeVset and a set of edges of typeE. -
Classes in edu.uci.ics.jung.graph used by edu.uci.ics.jung.graph Class Description AbstractGraph Abstract implementation of theGraphinterface.AbstractTypedGraph An abstract class for graphs whose edges all have the sameEdgeType.Graph A graph consisting of a set of vertices of typeVset and a set of edges of typeE.Hypergraph A hypergraph, consisting of a set of vertices of typeVand a set of hyperedges of typeEwhich connect the vertices.UndirectedGraph A tagging interface for extensions ofGraphthat accept only undirected edges.